@charset "utf-8";
/*
Theme Name: XShuan
Author: 小兽
Author URI: http://www.seo628.com        
Description: 纳姆网络企业网站建设专用，官方网站：www.namu66.com，升级服务QQ448696976，手机号码18907337671。
Version: 2022 
Text Domain: xs
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
	background-color: #ffffff;
	color:#000;
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a,a:focus{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #ef2f1e;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}

select.search-select,option {
    border:none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
	resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #666;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #666;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #666;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #666;   
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
  vertical-align:baseline;
  padding:5px 15px 5px 6px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
}
table td {
	vertical-align: middle;
	padding: 10px;
  border:1px solid #aaa;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
#header .top-header  {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: solid 1px #e5e5e5;
	color: #888888;
}
#header .top-header a{color: #888888;}
.btm-header{
    height: 80px;
} 
.header-logo{
    height: 80px;
    line-height: 80px;
    max-width: 50%;
} 
.header-logo a {
    vertical-align: middle;
    display: block;
}
.header-logo a img{
	vertical-align: middle;
	width:auto;
	display:inline-block;
	max-height:60px;
	}
.header-phone{
	float:right;
}
.header-phone p{
	color: #ef2f1e;
    font-size: 22px;
}
.header-phone p i{
	margin-right:10px;
}
.header-menu{
	background: #ef2f1e;	
}
.header-menu>ul>li{
	float:left;
	position:relative;
	height: 60px;
    line-height: 60px;
}
.header-menu>ul>li.current-menu-item>a, .header-menu>ul>li.current-post-parent>a, .header-menu>ul>li.current-product-parent>a {
    -moz-box-shadow: 0px 2px 5px #333;
    -webkit-box-shadow: 0px 2px 5px #333;
    box-shadow: 0px 0px 3px 0px #333;
}
.header-menu>ul>li>a{
    display:block;
	padding:0 30px;
    font-size: 16px;
    position: relative;
    color: #fff;
}
.header-menu>ul>li:hover>a{
	color:#fff !important;
}
.sf-menu ul {
    position: absolute;
    width: 150px;
    display: none;
    z-index: 9999;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	padding: 10px 20px;
}
.sf-menu ul li:hover {
	background-color:#ef2f1e;
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
#slider{
	position:relative;
	max-width:1920px;
	margin:auto;
}
#slider .owl-dots{
	position: absolute;
    width: 100%;
    bottom: 0px;
}
.header-phone form {
    position: relative;
	overflow: hidden;
	width: 100%;
}
.search-select{
    height: 32px;
    line-height: 32px;
    background-color: #ef2f1e;
    color: #fff;
    border: none;
	padding: 0 5px;
	float: left;
}
.search-input{
    border: solid 1px #e5e5e5;
    height: 32px;
    line-height: 32px;
    width: 200px;
    color: #999;
    padding-left: 10px;
    float: left;
}
.header-phone  form button {
	position: absolute;
	right: 1%;
	top: 15%;
	background: none;
	border: none;
	color: #111;
	font-size: 18px;
	line-height: 1;
}
.section-head{
	position:relative;
	overflow:hidden;
}
.section-head h2{
	color: #ef2f1e;
    font-size: 22px;
	font-weight: bold;
	float:left;
	position:relative;
	padding-bottom: 15px;
}
.section-head h2:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ef2f1e;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-head .more{
	float:right;
    color: #666;
    border: solid 1px #dedede;
	display:block;
	padding:5px 10px;
	margin-left:20px;
}
.section-head a.more:hover{
	background-color: #ef2f1e;
    color: #fff !important;
    border: solid 1px #ef2f1e;
}
.pro-cat .proli{
    width: 100%;
    border: solid 1px #e5e5e5;
    padding: 20px;
}
.pro-cat .proli h3{
    background-color: #fff;
    position: relative;
    font-size: 18px;
    border-top: none;
}
.pro-cat .proli ul{
	overflow:hidden;
}
.proli ul li {
    margin-right: 15px;
    float: left;
    margin-top: 20px;
}
.proli ul li a:hover{color: #ef2f1e;}
.pro-con li a{
	padding: 10px;
	border: solid 1px #e5e5e5;
	display:block;
	text-align:center;
}
.pro-con li a p{
	margin-top:10px;
	text-align:center;
	height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.youshi-main{
    background-color: #e5e5e5;
}
.youshi-main .row{align-items: center;}
.youshi-con h3 a{
	color: #ef2f1e !important;
    font-size: 20px;
    display: block;
    font-weight: bold;
}
.youshi-con p{
    border-top: solid 1px #dedede;
	color: #666666;
    line-height: 28px;
	padding-top:20px;
	margin-right:15px;
}
.news-img a {
    display: inline-block;
	position: relative;
}
.news-img p{
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-con ul{
	overflow:hidden;
}
.news-con ul li a{
	display:block;
	border-top: solid 1px #dedede;
	overflow:hidden;
	padding: 15px 0;
}
.news-con ul li:nth-child(n+9) a{
	border-bottom: solid 1px #dedede;
}
.news-con ul li a h3{
	float:left;
	max-width:70%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-con ul li a span{
	float:right;
}
#gallery-1 img{padding:10px;border:none !important;}

.entry-des p{
	margin-bottom:10px;
}
.case-con div a{
	display:block;
	position:relative;
}
.case-con p{
	padding:10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 底部样式 */

#footer {
  color: #666;
  background-color: #111111;
}
#footer h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
#footer ul li a {
    color: #888888;
  display:block;
  line-height:2;
}
#footer ul li a:hover {
  color: #ffffff !important;
}
#footer .copyr {
  border-top: 1px solid #1b1b1b;
}
#footer p a {
  color: #666;
}
#footer p a:hover{color: #ffffff !important;}
.friend-link span {
    margin-right: 16px;
}
.friend-link a {
    font-size: 12px;
    line-height: 18px;
    margin-right: 16px;
    margin-bottom: 10px;
    display: inline-block;
	color: #888888;
}
.friend-link a:hover{
	color:#fff !important;
}
#footer .copyr p {
  text-align: center;
  padding:0 15px;
}
#footer .tel {
  color: #888888;
  line-height:2;
}
#footer .tel p strong {
  font-size: 22px;
  color: #fff;
}

/* 侧边栏样式 */
.sidebar{
	    padding: 0 0 0 15px;
}

.sidebar aside{
	margin-bottom:30px;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar h3.widget-title{
    background-color: #ef2f1e;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px 20px;
}
.sidebar ul.menu li{
    display: block;
    background-color: #f0f0f0;
    padding:10px 0 10px 20px;
    margin-bottom: 5px;
}
.sidebar ul.menu li.current-menu-item a{
	font-weight:bold;
}
.widget_recent_entries ul{
	margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li a {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background-color: #ef2f1e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.entry-meta{
	overflow:hidden;
	margin-bottom:20px;
}
.entry-meta h1 {
    font-size: 22px;
    color: #ef2f1e;
    font-weight: 800;
}
.entry-meta p {
	clear:both;
	color: #999999;
	margin-top:15px;
}
.crumbs{
	border-bottom: solid 1px #e5e5e5;	
}
.crumbs a,.crumbs {
    color: #999999;
}
.crumbs a:hover{color: #ef2f1e;}
.cp-img{
	padding: 10px;
    border: solid 1px #e5e5e5;	
}
.cp-child {
  overflow: hidden;
}
.cp-child .children{
	display:none;
}
.cp-child li {
  float: left;
  margin: 0 10px 20px 0;
}
.cp-child li a {
  padding: 8px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: inline-block;
}
.cp-child li a:hover{
    background: #ef2f1e;
    color: #fff !important;
	border: 1px solid #ef2f1e;
}
.content-list li{
	padding: 20px;
    border: 1px dotted #ddd;
    background-color: #fff;
}

.content-list li h2 a{
	display:inline-block;
	font-size:18px;
	float:left;
}
.content-list li h2{
    margin-bottom: 15px;
    overflow: hidden;
	line-height:1.42;
}
.content-list li span{
	float:right;
}
.content-list li p{
	color: #999999;
}
.entry-content{
	overflow:hidden;
	font-size: 16px;
}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.75;
}
.entry-content p:last-child{
	margin-bottom:0;
}
.entry-content a{
    color: #890e45;	
}
.entry-content div{
	margin-bottom:20px;
	max-width: 100%;
	font-size: 16px;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}

.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
 .entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.gallery .gallery-item{
	padding:10px;
}
.gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
	font-size:16px;
}

.single-header{
	margin-bottom:10px;
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}

 .single-header .single-meta {
  overflow: hidden;
  padding: 5px 0;   
    color: #999999;
}
 .single-header .single-meta .author,
 .single-header .single-meta .time {
  margin-right: 10px;
  line-height: 36px;
}
.single-meta .crumbs{
    line-height: 36px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;
}

/* 产品中心样式开始 */
.cp-con{
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
}
.cp-con h1{
	 font-size: 26px;
    font-weight: bold;
    color: #111;
    line-height: 1.42;
}
 .cp-cat,.cp-cat a ,.cp-des h3{
    font-size: 16px;
    font-weight: bold;
    color: #323232;
}
.cp-des p{
	line-height: 2;
    color: #999999;
}
.navigation {
	margin:0 auto;
  text-align:center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #f5f5f5;
  padding: 10px 20px;
  margin: 0 1px;
      background-color: #fff;
}
.navigation .current {
  background-color: #ef2f1e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ef2f1e;
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */

.cp-xg h3 {
    font-size: 18px;
    font-weight: bold;
	margin-bottom:20px;
}
.single-info {
    color: #999999;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin: 20px 0;
    overflow: hidden;
}
.rtbar{ display:none;position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:126px;}
.rtbar li.rtbar3{ position:absolute; top:102px; left:0; width:62px; }
.rtbar li.rtbar4{ top:153px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:6px;}
.rtbar li a .fa{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;font-size: 24px;}
.rtbar li a:hover{ background-color:#ef2f1e; opacity:1;}
.wbox {
    position: absolute;
    right: 62px;
    width: 150px;
    height: 150px;
    top: -100px;
    z-index: 99;
	display:none;
}
.apply {
    display: none;
}
.apply a {
    font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}
.apply a.bm-phone {
    background-color: #f5643f;
}
.apply a.bm-form {
    background-color: #ed740b;
}
.apply a i {
    margin-right: 10px;
}
.textwidget{
    margin-top: 15px;
    line-height: 2;
}
.contact h3{
    font-size: 26px;
    color: #fff;	
}
.contact p{
    color: #fff;	
}
a.btn-action {
    background-color:#ef2f1e;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
a.btn-action:hover{
    background-color: #008b4a !important;
	color: #fff !important;
}